<Schema name="DTMDocumentationSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml" xmlns:dtmi="x-schema:DTMInformationSchema.xml" >
	<!--Definition of Attributes-->
	<AttributeType name="path" dt:type="uri"/>
	<AttributeType name="title" dt:type="string"/>
	<!--Definition of Elements-->
	<ElementType name="GraphicReference" content="empty" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="title" required="yes"/>
		<attribute type="fdt:descriptor" required="no"/>
		<attribute type="path" required="yes"/>
	</ElementType>
	<ElementType name="DocumentVariable" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="fdt:name" required="yes"/>
		<attribute type="fdt:descriptor" required="no"/>
		<attribute type="fdt:display" required="yes"/>
		<element type="fdt:Unit" minOccurs="0" maxOccurs="1"/>
		<element type="fdt:Ranges" minOccurs="0" maxOccurs="1"/>
		<attribute type="fdt:statusFlag" required="no"/>
		<element type="fdt:StatusInformation" minOccurs="0" maxOccurs="1"/>
	</ElementType>
	<ElementType name="DocumentVariables" content="mixed" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="fdt:name" required="yes"/>
		<attribute type="fdt:descriptor" required="no"/>
		<group order="many">
			<element type="DocumentVariables" minOccurs="0" maxOccurs="*"/>
			<element type="DocumentVariable" minOccurs="0" maxOccurs="*"/>
			<element type="GraphicReference" minOccurs="0" maxOccurs="*"/>
		</group>
	</ElementType>
	<ElementType name="DTMStyleForCompleteDocument" content="mixed" model="open">
		<!-- can be filled with DTM specific information -->
	</ElementType>
	<ElementType name="DTMSpecificXMLData" content="mixed" model="open">
		<!-- can be filled with DTM specific information -->
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="title" required="yes"/>
		<attribute type="fdt:classificationId" required="no"/>
		<attribute type="fdt:manufacturerId" required="no"/>
		<attribute type="fdt:deviceTypeId" required="no"/>
		<attribute type="dtmi:deviceTypeInformation" required="no"/>
		<attribute type="fdt:descriptor" required="no"/>
		<attribute type="fdt:date" required="no"/>
		<attribute type="fdt:systemGuiLabel" required="no"/>    							
		<element type="fdt:VersionInformation" minOccurs="1" maxOccurs="1"/>
		<element type="fdt:ClassificationIds" minOccurs="0" maxOccurs="1"/>			
		<element type="DocumentVariables" minOccurs="1" maxOccurs="1"/>
		<group order="seq" minOccurs="0" maxOccurs="1">
			<element type="DTMStyleForCompleteDocument" minOccurs="1" maxOccurs="1"/>
			<element type="DTMSpecificXMLData" minOccurs="1" maxOccurs="1"/>
		</group>
	</ElementType>
</Schema>
